Conversion From Binary To Octal


 
 
Concept Explanation
 

Conversion from Binary to Octal Number System

Converting Binary to Octal:

Step 1: Divide the binary digits into groups of three(starting from the right).

Step 2: Convert each group of three binary digits to one octal digit.Since there are only 8 digits(0 to 7) in octal number system,3 bits(23=8)are sufficient to represent any octal number in binary.Moreover ,since decimal digits 0 to 7 are equal to the octal digits 0 to 7,we use binary to decimal conversion in these step.

Illustration:

101110_2=?_8

Solution:

Step 1: Divide the binary digit into groups of 3,Starting from the right(LSD).

.... (More Text Available, Login?)
 
 


Students / Parents Reviews [10]